From b08ec472bef0baef1d7de2db7433c7ec11c810a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 22 Sep 2006 23:18:15 +0000 Subject: [PATCH] output utf8 conversion grid when building on crucible --- ChangeLog | 5 +++++ docs/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e39774a..9ff0268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-23 Øyvind Kolås + + * docs/Makefile.am: output the conversion grid when building on + crucible. + 2006-09-14 Øyvind Kolås * babl/babl-internal.c: (babl_process): added global babl_total_usecs, diff --git a/docs/Makefile.am b/docs/Makefile.am index 9e8f0a0..adfc94f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -39,6 +39,7 @@ BablFishPath.txt: $(top_builddir)/tests/babl_fish_path_fitness echo -n " $@" export BABL_PATH="$(top_builddir)/extensions"; $< > $@ &&\ echo " [OK]" || echo " Fail" + if [ "x"$$CRUCIBLE_ID != "x" ] ;then echo;echo;cat $@;echo;echo;fi index.html: index-static.html \ $(top_builddir)/tests/babl_html_dump \ -- 2.30.2